[CODEOWNERS] Add llvm-reviewers-benchmarking to CODEOWNERS #17547
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Scripts enabling CI for benchmarking has gotten pretty big and complicated: #17545
Most of this code were developed by the UR team, and thus it no longer makes sense to ask dpcpp-devops-reviewers for PR approvals. This PR updates CODEOWNERS to ask llvm-reviewers-benchmarking for benchmarking scripts instead.
Note: The current path here puts
/devops/scripts/benchmarks
under llvm-reviewers-benchmarking: This path currently does not exist, but is chosen on purpose in anticipation for #17545.The folder
/devops/scripts/benchmarking
will be removed in the future as a part of the effort to unify SYCL and UR benchmarking CI infrastructure; See #17229